* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #1e2996;
	text-decoration: underline;
}

a:active {
	color: #333333;
}

p,
div {
	color: #333;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

.not-animated {
	opacity: 0;
}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.container:after,
#about:after,
#nav:after,
.nav-list:after,
.more:after,
.logo:after,
.product-list:after,
.choose-list:after,
.choose-list li:after,
.contact-list:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #fff;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

#top {
	padding: 40px 0;
}

#top .logo {
	width: 900px;
	margin: 0 auto;
	float: left;
}

#top .logo img {
	display: block;
	width: 400px;
	padding-right: 10px;
	border-right: 1px solid #d6d6d6;
	;
	float: left;
}

#top .logo .txt {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

#top .logo .txt h3 {
	font-size: 23px;
	margin-bottom: 3px;
	font-weight: bold;
}

#top .logo .txt p {
	font-size: 18px;
	font-weight: bold;
	color: #ff1400;
}

#top .tel {
	display: flex;
	width: 230px;
	align-items: center;
	float: right;
}

.tel-icon {
	display: inline-block;
}

.tel-icon img {
	width: 60px;
}

.tel-txt {
	padding-left: 10px;
	display: inline-block;
}

.tel-txt p {
	font-size: 18px;
	font-weight: bold;
	font-style: italic
}

.tel-txt p.phone {
	font-size: 21px;
	margin-bottom: 2px;
}

#nav {
	min-width: 1200px;
	border-top: 1px solid #eaeaea;
}

#nav.cur {
	position: fixed;
	padding: 0;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	-webkit-animation: slideInDown 1s;
	animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

li.nav-logo img {
	width: 140px;
}

li.nav-logo {
	display: none !important;
	padding: 0 !important;
}

.cur li.nav-logo {
	display: inline-block !important;
}

.nav-list {
	padding: 10px 0;
	text-align: center;
}

.nav-list>li {
	display: inline-block;
	position: relative;
	padding: 0 25px;
	margin: 0 25px;
}

.cur .nav-list li {
	margin: 0 15px;
}

.nav-list>li>a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	overflow: hidden;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #000;
	padding: 0 3px;
	font-size: 15px;
	transition: all ease-out .3s;
}

.nav-list>li>a div {
	width: 0;
	border-bottom: 1px solid #3F51B5;
	margin: 10px auto 0 auto;
	transition: all ease-out .3s;

}

.nav-list>li>a span:after {
	content: attr(data-title);
	position: absolute;
	color: #3F51B5;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 100%;
}

.nav-list>li>a:hover span,
.nav-list>li:hover span,
.nav-list>li>a.cur span {
	color: #3F51B5;
	transform: translateY(-100%);
}

.nav-list>li>a:hover div,
.nav-list>li:hover>a>div,
.nav-list>li>a.cur div {
	width: 100%;
}

.nav-tel {
	height: 43px;
}

.nav-tel img {
	width: 22px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
}

.tel-tip {
	display: none;
	position: absolute;
	top: 35px;
	width: 120px;
	z-index: 999;
}

.tel-tip .hide-num {
	display: block;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	border-radius: 0 3px 3px 3px;
	background: #1e2996;
}

.tel-tip .arrow {
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #1e2996;
}

.nav-tel:hover .tel-tip {
	display: block;
}

/*下拉菜单*/
.down-menu {
	display: none;
	position: absolute;
	padding-top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

.down-menu-list {
	padding: 7px 0;
	border-top: 2px solid #3F51B5;
	background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	background: #fff;
	filter: Alpha(opacity=98);
	/*实现IE背景透明*/
	border-radius: 0 0 5px 5px;
}

.down-menu-list a {
	display: block;
	color: #000;
	border-bottom: 1px solid #F1F1F1;
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
}

.down-menu-list a:hover {
	color: #fff;
	background: #3F51B5;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}


#banner {
	min-width: 1200px;
	overflow: hidden;
}

#banner .swiper-container {
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}

#banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide img {
	display: block;
}

#banner .banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

#banner .banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

#banner .banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

#banner .banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #ff0000;
	border-radius: 50%;
	background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

#banner .swiper-container .hide {
	opacity: 0;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	transition: opacity 0.5s;
}

#banner .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

#banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

#banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.tit {
	text-align: center;
	margin: 0 0 30px 0;
}

.tit h2 {
	font-size: 28px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000000;
}

.f-tit h2 {
	color: #fff;
}

.xian {
	width: 50px;
	height: 3px;
	margin: 15px auto;
}

.xian .hong {
	width: 50%;
	float: left;
	height: 3px;
	background: #ff1400;
}

.xian .lan {
	width: 50%;
	float: left;
	height: 3px;
	background: #1e2996;
}

.tit p {
	font-size: 16px;
	color: #777;
	display: block;
	margin-top: 10px;
}

.f-tit p {
	color: #ccc;
}

.f-tit .xian .lan {
	background: #bec3f5;
}

.more {
	margin-top: 30px;
	text-align: center;
}

#about {
	min-width: 1200px;
	position: relative;
	padding: 45px 0;
	background: #f5f5f5;
	overflow: hidden;
}

.about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-tit h2 {
	font-size: 24px;
}

.about-tit .xian {
	margin: 15px 0;
}

.about-right {
	width: 50%;
	height: 550px;
	float: left;
}

.about-bd {
	width: 80%;
	padding-left: 40px;
	float: left;
}

@media (max-width: 1400px) {
	.about-bd {
		width: 100%;
	}

	.about-link {
		margin-top: 20px !important;
	}
}

.about-left {
	width: 50%;
	height: 630px;
	border-radius: 5px 0 0 5px;
	background: url(../images/about-img-bg.jpg?20240912) center left no-repeat;
	float: left;
}

.about-content {}

.about-content p {
	font-size: 16px;
	line-height: 38px;
}

.about-link {
	margin-top: 30px;
}

.about-link dl {
	display: inline-block;
	margin-right: 30px;
}

.about-link dl:last-child {
	margin-right: 0;
}

.about-link dl dt {
	display: flex;
	align-items: center;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #1e2996;
}

.about-link dl dt img {
	display: block;
	width: 35px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.about-link dl:hover dt {
	background: #c8cdff;
}

.about-link dl:hover dt img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}

.about-link dl dd {
	font-size: 16px;
	margin-top: 15px;
	color: #1e2996;
}


.fixed-bg {
	min-width: 1140px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #F2F2F2;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* position: relative; */
}


.btn-success {
	color: #fff !important;
	background-color: #1e2996;
	border-width: 0px;
	border-radius: 5px;
	padding: 10px 20px 8px 20px;
	margin: 0 15px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	color: #fff;
	background-color: #ec271e;
	text-decoration: none;
}

.btn-success.partner-more {
	display: inline-block;
	padding: 14px 30px 12px 30px;
}

#digital {
	position: relative;
	min-width: 1200px;
	height: 200px;
	background-image: url(../images/digital-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1e2996;
	overflow: hidden;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, .88);
}

.mid-banner-full {
	background: rgba(35, 48, 216, 0.4) !important;
}

.mid-banner-box {
	height: 200px;
}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.mid-banner-list {
	position: relative;
	z-index: 99;
	margin: 0 -5%;
	overflow: hidden;
}

.mid-banner-list dl {
	width: 25%;
	text-align: center;
	float: left;

}

.mid-banner-list .line {
	display: inline-block;
	width: 1px;
	height: 90px;
	background: #e8c29f;
	margin-top: 10px;
}

.mid-banner-list dl dt {
	text-align: center;
	width: 175px;
	margin: 0 auto 10px auto;
}

.mid-banner-list dl dt .num {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.mid-banner-list dl dt .num span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px #4f5280;
}

.no-1 {
	width: 115px !important;
}

.plus {
	position: absolute;
	font-size: 21px;
	color: #fff;
	right: 0;
	top: 0;
	font-family: Times, Times New Roman, serif
}

.mid-banner-list dl dt img {
	display: block;
	width: 40px;
	margin: 10px auto;
}

.mid-banner-list dl dd {
	padding: 0 14px;
	font-size: 15px;
	line-height: 22px;
	color: #cfd3ff;
}

#video {
	min-width: 1200px;
	padding: 80px 0 40px 0;
}

.video-content {
	width: 800px;
	height: 450px;
}

#service {
	min-width: 1200px;
	padding: 80px 0;
	background: #1e2996;
	overflow: hidden;

}

.service-list {
	margin-top: 70px;
	overflow: hidden;
}

.service-list dl {
	width: 360px;
	margin: 0 20px 40px 20px;
	text-align: center;
	float: left;
}

.service-list dl dt {
	margin-bottom: 15px;
}

.service-list dl dt img {
	width: 45px;
}

.service-list dl dd h4 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.service-list dl dd p {
	line-height: 24px;
	color: #d0d4ff;
	font-size: 14px;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(30, 41, 150, .8);
}

.fixed-bg {
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #F2F2F2;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* position: relative; */
}

#product {
	min-width: 1200px;
	padding: 45px 0;
}

.product-container {
	position: relative;
	z-index: 99;
}

.product-list {
	margin: 0 -10px;
}

.product-list dl {
	position: relative;
	width: 285px;
	margin: 0 10px 20px 10px;
	float: left;
}

.product-list dl dt {
	width: 285px;
	height: 285px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.product-list dl dt img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.product-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.product-list dl dd {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: #1e2996;
	border-radius: 0 0 4px 4px;
}

.product-list dl:hover dd {
	color: #c3c8ff;
}

.platform_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.platform_bg_z {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.platform_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_bg li:nth-child(1),
.platform_bg_z li:nth-child(1) {
	left: 10%
}

.platform_bg li:nth-child(2),
.platform_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.platform_bg li:nth-child(3),
.platform_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.platform_bg li:nth-child(4),
.platform_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background: rgba(199, 204, 255, .25);
}

.platform_bg li:nth-child(5),
.platform_bg_z li:nth-child(5) {
	left: 70%
}

.platform_bg li:nth-child(6),
.platform_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background: rgba(199, 204, 255, .3);
}

.platform_bg li:nth-child(7),
.platform_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.platform_bg li:nth-child(8),
.platform_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}

.platform_bg li:nth-child(9),
.platform_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background: rgba(255, 169, 186, .3);
}

.platform_bg li:nth-child(10),
.platform_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@-webkit-keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

@keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

#choose {
	min-width: 1200px;
	padding: 45px 0;
	background: url(../images/choose-bg.jpg) center center no-repeat;
	overflow: hidden;
}

.choose-list {
	margin-top: 60px;
}

.padding30 {
	padding-left: 30px;
}

.choose-list li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
}

.choose-list li .txt {
	width: 50%;
	float: left;
}

.choose-list li .txt .c-tit {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.choose-list li .txt .c-tit .num {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: #4b79fc;
	line-height: 52px;
	position: relative;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	font-style: oblique;
	text-align: left;
	padding-left: 8px;
}

.choose-list li .txt .c-tit .num:before {
	width: 66px;
	height: 66px;
	background: rgba(33, 171, 215, .3);
	content: "";
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
	z-index: -1;
}

.choose-list li .txt .c-tit .num:after {
	width: 80px;
	height: 80px;
	background: rgba(33, 171, 215, .15);
	content: "";
	position: absolute;
	left: -14px;
	top: -14px;
	border-radius: 50%;
	z-index: -1;
}

.choose-list li .txt .c-tit .c-tit-small {
	display: inline-block;
	margin-left: 30px;
}

.choose-list li .txt .c-tit h2 {
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
	color: #1e2996;
	margin-bottom: 10px;
}

.choose-list li .txt .c-tit p {
	color: #777;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
}

.c-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.c-content dl dt {
	width: 25px;
	float: left;
}

.c-content dl dt img {
	width: 100%;
}

.c-content dl dd {
	padding-left: 10px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑";
}

.c-content dl:last-child {
	margin-bottom: 0;
}

.choose-list li .picture {
	width: 50%;
	padding-right: 40px;
	float: left;
}

.choose-list li:last-child {
	border-bottom: none;
}

.picture img {
	display: block;
	width: 100%;
}

#contact {
	padding: 45px 0;
}

.contact-list {}

.contact-list dl {
	width: 300px;
	text-align: center;
	float: left;

}

.contact-list dl dt {
	margin-bottom: 10px;
	text-align: center;
}

.contact-list dl dt img {
	width: 40px;
}

.contact-list dl dd h3 {
	color: #777;
	font-size: 16px;
	margin-bottom: 10px;
}

.contact-list dl dd p {
	font-size: 18px;
	padding: 0 10px;
}

.contact-list dl dd p.address {
	font-size: 14px;
}

#i-banner {
	position: relative;
	min-width: 1200px;
	height: 450px;
	overflow: hidden;
}

#i-banner img {
	position: absolute;
	width: 1920px;
	height: 450px;
	margin-left: -960px;
	left: 50%;
}

#inner {
	position: relative;
}

.inner-top {
	margin-top: 45px;
	padding-bottom: 45px;
}

.i-tit {
	text-align: center;
}

.i-tit h2 {
	color: #333;
	font-size: 18px;
	text-shadow: 0 1px 0 #fff;
}

.i-line {
	width: 30px;
	margin: 15px auto 40px auto;
	border-bottom: 3px solid #1e2996;
}

.i-menu-list {
	margin-top: 20px;
}

.i-menu-list a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 13px;
	margin: 0 8px;
	background: #1f2a96;
	border-radius: 5px;
}

.i-menu-list a:hover {
	background: #ff1501;
}

.i-left {
	width: 270px;
	padding: 30px 20px 30px 30px;
	border-right: 1px solid #eee;
	left: 0;
	top: 0;
	bottom: 0;
	float: left;
}

.i-left-fixed {
	position: fixed;
	top: 65px;
	left: inherit;
}

.i-left-tit {
	margin-bottom: 20px;
}

.i-left-tit h3 {
	letter-spacing: 1px;
	font-size: 20px;
}

.i-left-tit .line {
	width: 30px;
	margin: 10px 0;
}

.i-left-tit .line,
.i-left-tit .line .lan,
.i-left-tit .line .hong {
	height: 2px;
}

.i-left-list {}

.i-left-list a {
	display: block;
	font-size: 14px;
	color: #555;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.i-left-list a:hover {
	color: #1e2996;
	text-decoration: none;
	border-bottom: 1px solid #1e2996;
}

.i-right {
	width: 900px;
	padding: 40px 30px 40px 0;
	float: right;
}

.i-content {}

.i-content h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.i-content .line {
	width: 45px;
	margin: 20px auto;
}

.i-details img {
	max-width: 870px;
	margin-bottom: 15px;
	display: block;
}

.i-details p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}

.i-news {}

.i-news dl {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}

.i-news dl:hover {
	border-bottom: 1px dashed #1e2996;
}

.i-news dl:hover a {
	color: #1e2996;
}

.i-news dl dt,
.i-news dl dd {
	display: inline-block;
}

.i-news dl dt {
	font-size: 14px;
	float: left;
}

.i-news dl dd {
	font-size: 12px;
	line-height: 20px;
	float: right;
}

.i-product-list {
	padding-top: 30px;
}

.i-product-list dl {
	margin: 0 15px 30px 15px !important;
}

.i-product-instro {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px 20px;
	padding-top: 20px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 5px;
	background: #e8e8e8;
}

.i-product-instro p {
	font-size: 14px;
}

.i-product-detail .swiper-container {
	width: 1200px;
}

.i-product-detail .swiper-button-next,
.i-product-detail .swiper-button-prev {
	padding: 40px 20px;
	background-color: #000;
}

.i-product-detail .swiper-slide {
	text-align: center;
}

.i-product-detail .swiper-slide img {
	max-width: 1200px;
}

.video-list {
	margin: 0 -10px;
}

.video-list dl {
	position: relative;
	width: 285px;
	margin: 0 10px 20px 10px;
	float: left;
}

.video-list dl dt {
	position: relative;
	width: 285px;
	height: 285px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.video-btn {
	position: absolute;
	width: 100px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
	margin: 0 auto;
}

.video-btn img {
	width: 100%;
}

.video-list dl dt img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.video-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.video-list dl dd {
	font-size: 16px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: #1e2996;
	border-radius: 0 0 4px 4px;
}

.video-list dl:hover dd {
	color: #c3c8ff;
}

.i-contact {
	display: flex;
	justify-content: center;
}

.i-reserve {
	width: 500px !important;
}

.i-reserve-list li input,
.i-reserve-list li textarea {
	width: 500px !important;
}

#allmap {
	margin: 0 auto;
	margin-top: 40px;
	width: 1200px;
	height: 500px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

.wechat {
	margin-bottom: 40px;
}

.wechat img {
	display: block;
	width: 130px;
	margin: 0 auto;
}

.wechat p {
	font-size: 13px;
	color: #666;
	text-align: center;
}

#footer {
	padding: 45px 0;
	display: flex;
	justify-content: center;
}

.reserve {
	width: 340px;
	float: left;
}

.reserve h2,
.contact h2,
.code h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0;
}

.reserve-list {}

.reserve-list li {
	margin-bottom: 20px;
}

.reserve-list li input,
.reserve-list li textarea {
	font-size: 12px;
	width: 320px;
	background-color: #fff;
	color: #666;
	border: 1px solid #efefef;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 0px;
}

.reserve-list li input {
	height: 36px;
}

.reserve-list li textarea {
	padding-top: 10px;
	height: 110px;
}

#submit-button {
	height: 40px;
	width: 200px !important;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	background-color: #1e2996;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#submit-button:hover {
	background: #b5001d;
}

#copy {
	min-width: 1200px;
	padding: 10px;
	background: #000;
}

#copy p {
	font-family: "Microsoft YaHei", "微软雅黑";
	text-align: center;
	color: #969696;
	font-size: 12px;
}